﻿2026-06-17T00:56:07.3250935Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-17T00:56:07.3251312Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-17T00:56:07.3251587Z [36;1m$PIN = "0c95435"[0m
2026-06-17T00:56:07.3251827Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-17T00:56:07.3252100Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-17T00:56:07.3252473Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-17T00:56:07.3253032Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-17T00:56:07.3253337Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-17T00:56:07.3253612Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-17T00:56:07.3253858Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-17T00:56:07.3254138Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-17T00:56:07.3254601Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-17T00:56:07.3254850Z [36;1m}[0m
2026-06-17T00:56:07.3255020Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-17T00:56:07.3255283Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T00:56:07.3333380Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-17T00:56:07.3333649Z ##[endgroup]
2026-06-17T00:56:09.8286648Z    Compiling proc-macro2 v1.0.106
2026-06-17T00:56:09.8287005Z    Compiling unicode-ident v1.0.24
2026-06-17T00:56:09.8287241Z    Compiling quote v1.0.45
2026-06-17T00:56:09.8287434Z    Compiling cfg-if v1.0.4
2026-06-17T00:56:09.8287791Z    Compiling serde_core v1.0.228
2026-06-17T00:56:09.8288002Z    Compiling serde v1.0.228
2026-06-17T00:56:09.8288629Z    Compiling windows-link v0.2.1
2026-06-17T00:56:09.8289813Z    Compiling typenum v1.20.1
2026-06-17T00:56:09.8290195Z    Compiling getrandom v0.3.4
2026-06-17T00:56:09.8290520Z    Compiling portable-atomic v1.13.1
2026-06-17T00:56:09.8290987Z    Compiling version_check v0.9.5
2026-06-17T00:56:09.8292349Z    Compiling pin-project-lite v0.2.17
2026-06-17T00:56:09.8292728Z    Compiling shlex v2.0.1
2026-06-17T00:56:09.8293226Z    Compiling critical-section v1.2.0
2026-06-17T00:56:09.8294171Z    Compiling memchr v2.8.1
2026-06-17T00:56:09.8294650Z    Compiling find-msvc-tools v0.1.9
2026-06-17T00:56:09.9354882Z    Compiling windows-sys v0.61.2
2026-06-17T00:56:09.9704473Z    Compiling subtle v2.6.1
2026-06-17T00:56:09.9961663Z    Compiling equivalent v1.0.2
2026-06-17T00:56:10.0323303Z    Compiling futures-core v0.3.32
2026-06-17T00:56:10.0764823Z    Compiling smallvec v1.15.1
2026-06-17T00:56:10.1222570Z    Compiling bytes v1.11.1
2026-06-17T00:56:10.1725022Z    Compiling itoa v1.0.18
2026-06-17T00:56:10.2264220Z    Compiling semver v1.0.28
2026-06-17T00:56:10.2527076Z    Compiling stable_deref_trait v1.2.1
2026-06-17T00:56:10.3369657Z    Compiling generic-array v0.14.7
2026-06-17T00:56:10.3740261Z    Compiling log v0.4.32
2026-06-17T00:56:10.4103268Z    Compiling futures-sink v0.3.32
2026-06-17T00:56:10.4133349Z    Compiling futures-io v0.3.32
2026-06-17T00:56:10.4301369Z    Compiling slab v0.4.12
2026-06-17T00:56:10.5252278Z    Compiling rustc_version v0.4.1
2026-06-17T00:56:10.6019424Z    Compiling futures-channel v0.3.32
2026-06-17T00:56:10.6019990Z    Compiling hashbrown v0.17.1
2026-06-17T00:56:10.6069105Z    Compiling rustversion v1.0.22
2026-06-17T00:56:10.6447071Z    Compiling futures-task v0.3.32
2026-06-17T00:56:10.6849822Z    Compiling getrandom v0.2.17
2026-06-17T00:56:10.8628515Z    Compiling cpufeatures v0.2.17
2026-06-17T00:56:10.9051201Z    Compiling fnv v1.0.7
2026-06-17T00:56:10.9060529Z    Compiling libc v0.2.186
2026-06-17T00:56:10.9151852Z    Compiling strsim v0.11.1
2026-06-17T00:56:11.2170754Z    Compiling cfg_aliases v0.2.1
2026-06-17T00:56:11.3423010Z    Compiling jobserver v0.1.34
2026-06-17T00:56:11.3518016Z    Compiling rand_core v0.10.1
2026-06-17T00:56:11.3634726Z    Compiling autocfg v1.5.1
2026-06-17T00:56:11.4025274Z    Compiling litemap v0.8.2
2026-06-17T00:56:11.4142895Z    Compiling writeable v0.6.3
2026-06-17T00:56:11.4257664Z    Compiling fs_extra v1.3.0
2026-06-17T00:56:11.4353173Z    Compiling dunce v1.0.5
2026-06-17T00:56:11.5426949Z    Compiling cc v1.2.63
2026-06-17T00:56:11.5807046Z    Compiling getrandom v0.4.2
2026-06-17T00:56:11.6154587Z    Compiling ident_case v1.0.1
2026-06-17T00:56:11.6286423Z    Compiling icu_properties_data v2.2.0
2026-06-17T00:56:11.7294970Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T00:56:11.7659782Z    Compiling indexmap v2.14.0
2026-06-17T00:56:11.7861338Z    Compiling utf8_iter v1.0.4
2026-06-17T00:56:11.8295885Z    Compiling percent-encoding v2.3.2
2026-06-17T00:56:11.8747406Z    Compiling syn v2.0.117
2026-06-17T00:56:11.9382735Z    Compiling crypto-common v0.1.7
2026-06-17T00:56:11.9799834Z    Compiling http v1.4.1
2026-06-17T00:56:11.9832927Z    Compiling thiserror v2.0.18
2026-06-17T00:56:11.9856166Z    Compiling aws-lc-rs v1.17.0
2026-06-17T00:56:12.0169474Z    Compiling unicode-segmentation v1.13.3
2026-06-17T00:56:12.0593233Z    Compiling cpufeatures v0.3.0
2026-06-17T00:56:12.0730676Z    Compiling scopeguard v1.2.0
2026-06-17T00:56:12.0899278Z    Compiling form_urlencoded v1.2.2
2026-06-17T00:56:12.1437117Z    Compiling lock_api v0.4.14
2026-06-17T00:56:12.1437641Z    Compiling chacha20 v0.10.0
2026-06-17T00:56:12.1756848Z    Compiling block-buffer v0.10.4
2026-06-17T00:56:12.2984378Z    Compiling bitflags v2.12.1
2026-06-17T00:56:12.3146274Z    Compiling untrusted v0.9.0
2026-06-17T00:56:12.3188404Z    Compiling winapi v0.3.9
2026-06-17T00:56:12.3954067Z    Compiling cmake v0.1.58
2026-06-17T00:56:12.4258614Z    Compiling rand v0.10.1
2026-06-17T00:56:12.4378461Z    Compiling digest v0.10.7
2026-06-17T00:56:12.4463474Z    Compiling num-traits v0.2.19
2026-06-17T00:56:12.5140973Z    Compiling windows-result v0.4.1
2026-06-17T00:56:12.5184916Z    Compiling windows-strings v0.5.1
2026-06-17T00:56:12.5269172Z    Compiling heck v0.5.0
2026-06-17T00:56:12.5290464Z    Compiling rustls v0.23.40
2026-06-17T00:56:12.7372114Z    Compiling convert_case v0.10.0
2026-06-17T00:56:12.7812784Z    Compiling atomic-waker v1.1.2
2026-06-17T00:56:13.0920257Z    Compiling anyhow v1.0.102
2026-06-17T00:56:13.1280019Z    Compiling const-oid v0.10.2
2026-06-17T00:56:13.1503919Z    Compiling unicode-xid v0.2.6
2026-06-17T00:56:13.1795845Z    Compiling parking_lot_core v0.9.12
2026-06-17T00:56:13.1999205Z    Compiling aws-lc-sys v0.41.0
2026-06-17T00:56:13.2455553Z    Compiling ring v0.17.14
2026-06-17T00:56:13.4737503Z    Compiling httparse v1.10.1
2026-06-17T00:56:13.6074013Z    Compiling zerocopy v0.8.50
2026-06-17T00:56:13.6615453Z    Compiling http-body v1.0.1
2026-06-17T00:56:13.7360083Z    Compiling curve25519-dalek v4.1.3
2026-06-17T00:56:13.7395156Z    Compiling hybrid-array v0.4.12
2026-06-17T00:56:13.7849782Z    Compiling ahash v0.8.12
2026-06-17T00:56:13.8315381Z    Compiling either v1.16.0
2026-06-17T00:56:13.8680188Z    Compiling base64ct v1.8.3
2026-06-17T00:56:13.9046120Z    Compiling fastrand v2.4.1
2026-06-17T00:56:14.0734155Z    Compiling powerfmt v0.2.0
2026-06-17T00:56:14.1938249Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T00:56:14.2093172Z    Compiling deranged v0.5.8
2026-06-17T00:56:14.2319400Z    Compiling rand_core v0.6.4
2026-06-17T00:56:14.2944499Z    Compiling pkg-config v0.3.33
2026-06-17T00:56:14.3290520Z    Compiling tower-service v0.3.3
2026-06-17T00:56:14.4448642Z    Compiling base64 v0.22.1
2026-06-17T00:56:14.4536118Z    Compiling zmij v1.0.21
2026-06-17T00:56:14.4568727Z    Compiling tinyvec_macros v0.1.1
2026-06-17T00:56:14.4688529Z    Compiling vcpkg v0.2.15
2026-06-17T00:56:14.5782734Z    Compiling num-conv v0.2.2
2026-06-17T00:56:14.6176407Z    Compiling data-encoding v2.11.0
2026-06-17T00:56:14.6941198Z    Compiling time-core v0.1.8
2026-06-17T00:56:14.7258369Z    Compiling try-lock v0.2.5
2026-06-17T00:56:14.7439922Z    Compiling tinyvec v1.11.0
2026-06-17T00:56:14.7906185Z    Compiling crypto-common v0.2.2
2026-06-17T00:56:14.8877963Z    Compiling want v0.3.1
2026-06-17T00:56:14.9080371Z    Compiling block-buffer v0.12.0
2026-06-17T00:56:14.9213253Z    Compiling parking_lot v0.12.5
2026-06-17T00:56:14.9412056Z    Compiling sha2 v0.10.9
2026-06-17T00:56:15.0063893Z    Compiling vergen-lib v9.1.0
2026-06-17T00:56:15.1090523Z    Compiling synstructure v0.13.2
2026-06-17T00:56:15.1113582Z    Compiling darling_core v0.20.11
2026-06-17T00:56:15.1920784Z    Compiling inout v0.1.4
2026-06-17T00:56:15.3379028Z    Compiling n0-future v0.3.2
2026-06-17T00:56:15.3625389Z    Compiling parking v2.2.1
2026-06-17T00:56:15.4312167Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T00:56:15.4542503Z    Compiling httpdate v1.0.3
2026-06-17T00:56:15.4856380Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-17T00:56:15.5796776Z    Compiling diatomic-waker v0.2.3
2026-06-17T00:56:15.5910125Z    Compiling spin v0.10.0
2026-06-17T00:56:15.7054465Z    Compiling signature v2.2.0
2026-06-17T00:56:15.7064325Z    Compiling serde_json v1.0.150
2026-06-17T00:56:15.7568985Z    Compiling cordyceps v0.3.4
2026-06-17T00:56:15.7662253Z    Compiling crossbeam-utils v0.8.21
2026-06-17T00:56:15.7663183Z    Compiling winnow v1.0.3
2026-06-17T00:56:15.8679703Z    Compiling ed25519 v2.2.3
2026-06-17T00:56:15.9956119Z    Compiling digest v0.11.3
2026-06-17T00:56:15.9957134Z    Compiling futures-lite v2.6.1
2026-06-17T00:56:16.0714436Z    Compiling futures-buffered v0.2.13
2026-06-17T00:56:16.1316363Z    Compiling cipher v0.4.4
2026-06-17T00:56:16.2224227Z    Compiling vergen-lib v0.1.6
2026-06-17T00:56:16.2657714Z    Compiling vergen v9.1.0
2026-06-17T00:56:16.2902314Z    Compiling universal-hash v0.5.1
2026-06-17T00:56:16.4247901Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T00:56:16.4617487Z    Compiling heapless v0.7.17
2026-06-17T00:56:16.4736917Z    Compiling noq-udp v0.10.0
2026-06-17T00:56:16.5300313Z    Compiling sync_wrapper v1.0.2
2026-06-17T00:56:16.6035160Z    Compiling allocator-api2 v0.2.21
2026-06-17T00:56:16.6330019Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T00:56:16.8374340Z    Compiling opaque-debug v0.3.1
2026-06-17T00:56:16.9196640Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T00:56:16.9264337Z    Compiling byteorder v1.5.0
2026-06-17T00:56:16.9427694Z    Compiling socket2 v0.6.4
2026-06-17T00:56:16.9977322Z    Compiling mio v1.2.1
2026-06-17T00:56:17.0912327Z    Compiling hash32 v0.2.1
2026-06-17T00:56:17.2003185Z    Compiling polyval v0.6.2
2026-06-17T00:56:17.2810767Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T00:56:17.3834096Z    Compiling serde_derive v1.0.228
2026-06-17T00:56:17.4488974Z    Compiling zeroize_derive v1.4.3
2026-06-17T00:56:17.4826636Z    Compiling zerofrom-derive v0.1.7
2026-06-17T00:56:17.5118981Z    Compiling tokio-macros v2.7.0
2026-06-17T00:56:17.6366479Z    Compiling yoke-derive v0.8.2
2026-06-17T00:56:17.6458583Z    Compiling futures-macro v0.3.32
2026-06-17T00:56:18.0197586Z    Compiling zerovec-derive v0.11.3
2026-06-17T00:56:18.0848839Z    Compiling displaydoc v0.2.6
2026-06-17T00:56:18.1212047Z    Compiling zeroize v1.8.2
2026-06-17T00:56:18.1547671Z    Compiling tracing-attributes v0.1.31
2026-06-17T00:56:18.1830212Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T00:56:18.2724904Z    Compiling tokio v1.52.3
2026-06-17T00:56:18.4448676Z    Compiling thiserror-impl v2.0.18
2026-06-17T00:56:18.5400083Z    Compiling futures-util v0.3.32
2026-06-17T00:56:18.7448471Z    Compiling rustls-pki-types v1.14.1
2026-06-17T00:56:18.7868104Z    Compiling darling_macro v0.20.11
2026-06-17T00:56:18.9064243Z    Compiling derive_more-impl v2.1.1
2026-06-17T00:56:18.9857231Z    Compiling spez v0.1.2
2026-06-17T00:56:19.1404088Z    Compiling n0-error-macros v0.1.3
2026-06-17T00:56:19.1535645Z    Compiling windows-implement v0.60.2
2026-06-17T00:56:19.3296762Z    Compiling windows-interface v0.59.3
2026-06-17T00:56:19.3379785Z    Compiling zerofrom v0.1.8
2026-06-17T00:56:19.3780279Z    Compiling darling v0.20.11
2026-06-17T00:56:19.4658725Z    Compiling der v0.8.0-rc.10
2026-06-17T00:56:19.5211024Z    Compiling pin-project-internal v1.1.13
2026-06-17T00:56:19.6226796Z    Compiling yoke v0.8.3
2026-06-17T00:56:19.6391742Z    Compiling derive_builder_core v0.20.2
2026-06-17T00:56:20.0169125Z    Compiling zerovec v0.11.6
2026-06-17T00:56:20.0287114Z    Compiling zerotrie v0.2.4
2026-06-17T00:56:20.1436840Z    Compiling vergen-gitcl v1.0.8
2026-06-17T00:56:20.4270123Z    Compiling windows-core v0.62.2
2026-06-17T00:56:20.4593216Z    Compiling n0-error v0.1.3
2026-06-17T00:56:20.5115695Z    Compiling ed25519-dalek v2.2.0
2026-06-17T00:56:20.6019412Z    Compiling spki v0.8.0-rc.4
2026-06-17T00:56:20.6070938Z    Compiling spin v0.9.8
2026-06-17T00:56:20.6911882Z    Compiling windows-threading v0.2.1
2026-06-17T00:56:20.8295802Z    Compiling tinystr v0.8.3
2026-06-17T00:56:20.8656991Z    Compiling potential_utf v0.1.5
2026-06-17T00:56:20.8766072Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T00:56:20.8890354Z    Compiling derive_builder_macro v0.20.2
2026-06-17T00:56:20.9239670Z    Compiling signature v3.0.0
2026-06-17T00:56:20.9281029Z    Compiling tower-layer v0.3.3
2026-06-17T00:56:20.9393275Z    Compiling pin-project v1.1.13
2026-06-17T00:56:21.0871957Z    Compiling icu_locale_core v2.2.0
2026-06-17T00:56:21.0872837Z    Compiling icu_collections v2.2.0
2026-06-17T00:56:21.0874847Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T00:56:21.0875278Z    Compiling fallible-iterator v0.3.0
2026-06-17T00:56:21.1575000Z    Compiling ryu v1.0.23
2026-06-17T00:56:21.2132731Z    Compiling windows-collections v0.3.2
2026-06-17T00:56:21.2637075Z    Compiling windows-numerics v0.3.1
2026-06-17T00:56:21.2922238Z    Compiling derive_builder v0.20.2
2026-06-17T00:56:21.3450077Z    Compiling windows-future v0.3.2
2026-06-17T00:56:21.3669979Z    Compiling spt-proto v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-17T00:56:21.4364119Z    Compiling cobs v0.3.0
2026-06-17T00:56:21.4859488Z    Compiling futures-executor v0.3.32
2026-06-17T00:56:21.5632821Z    Compiling proc-macro-crate v3.5.0
2026-06-17T00:56:21.7526347Z    Compiling futures v0.3.32
2026-06-17T00:56:21.7697642Z    Compiling ghash v0.5.1
2026-06-17T00:56:21.8236167Z    Compiling windows-targets v0.52.6
2026-06-17T00:56:21.8536119Z    Compiling ipnet v2.12.0
2026-06-17T00:56:21.8837690Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T00:56:21.8962219Z    Compiling postcard-derive v0.2.2
2026-06-17T00:56:21.9180811Z    Compiling aes v0.8.4
2026-06-17T00:56:21.9991240Z    Compiling icu_provider v2.2.0
2026-06-17T00:56:22.0756577Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T00:56:22.1544043Z    Compiling prefix-trie v0.8.4
2026-06-17T00:56:22.2339045Z    Compiling icu_properties v2.2.0
2026-06-17T00:56:22.3836732Z    Compiling once_cell v1.21.4
2026-06-17T00:56:22.3837175Z    Compiling icu_normalizer v2.2.0
2026-06-17T00:56:22.3876423Z    Compiling ctr v0.9.2
2026-06-17T00:56:22.4921893Z    Compiling tokio-util v0.7.18
2026-06-17T00:56:22.5084962Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T00:56:22.5763905Z    Compiling tracing-core v0.1.36
2026-06-17T00:56:22.6181720Z    Compiling fs2 v0.4.3
2026-06-17T00:56:22.6581142Z    Compiling time v0.3.47
2026-06-17T00:56:22.6826246Z    Compiling http-body-util v0.1.3
2026-06-17T00:56:22.8022046Z    Compiling hashbrown v0.14.5
2026-06-17T00:56:22.8129891Z    Compiling aead v0.5.2
2026-06-17T00:56:22.8320894Z    Compiling widestring v1.2.1
2026-06-17T00:56:22.8433709Z    Compiling ipconfig v0.3.4
2026-06-17T00:56:22.9699973Z    Compiling aes-gcm v0.10.3
2026-06-17T00:56:22.9794150Z    Compiling data-encoding-macro v0.1.20
2026-06-17T00:56:23.1135502Z    Compiling tracing v0.1.44
2026-06-17T00:56:23.1824333Z    Compiling postcard v1.1.3
2026-06-17T00:56:23.2376606Z    Compiling derive_more v2.1.1
2026-06-17T00:56:23.2514092Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T00:56:23.2607263Z    Compiling tower v0.5.3
2026-06-17T00:56:23.4431490Z    Compiling idna_adapter v1.2.2
2026-06-17T00:56:23.4845912Z    Compiling h2 v0.4.14
2026-06-17T00:56:23.4846373Z    Compiling hashlink v0.9.1
2026-06-17T00:56:23.5961655Z    Compiling idna v1.1.0
2026-06-17T00:56:23.6877695Z    Compiling num_enum_derive v0.7.6
2026-06-17T00:56:23.7023778Z    Compiling windows v0.62.2
2026-06-17T00:56:23.7238831Z    Compiling windows-sys v0.59.0
2026-06-17T00:56:23.7837110Z    Compiling rusqlite v0.32.1
2026-06-17T00:56:23.8475059Z    Compiling chrono v0.4.45
2026-06-17T00:56:23.8662713Z    Compiling crossbeam-channel v0.5.15
2026-06-17T00:56:23.9391977Z    Compiling url v2.5.8
2026-06-17T00:56:24.1239489Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T00:56:24.1726952Z    Compiling async-trait v0.1.89
2026-06-17T00:56:24.4485919Z    Compiling strum_macros v0.28.0
2026-06-17T00:56:24.5430501Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T00:56:24.5631670Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T00:56:24.8080769Z    Compiling spt-store v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-17T00:56:24.9405433Z    Compiling enum-assoc v1.3.0
2026-06-17T00:56:25.1447656Z    Compiling blake3 v1.8.5
2026-06-17T00:56:25.2312191Z    Compiling windows-registry v0.6.1
2026-06-17T00:56:25.2828997Z    Compiling uuid v1.23.2
2026-06-17T00:56:25.2936676Z    Compiling memoffset v0.6.5
2026-06-17T00:56:25.4107524Z    Compiling acto v0.8.2
2026-06-17T00:56:25.5503145Z    Compiling noq v0.18.0
2026-06-17T00:56:25.5910137Z    Compiling netwatch v0.16.0
2026-06-17T00:56:25.6240125Z    Compiling thiserror v1.0.69
2026-06-17T00:56:25.6341531Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T00:56:25.6515125Z    Compiling identity-hash v0.1.0
2026-06-17T00:56:25.7285330Z    Compiling xml-rs v0.8.28
2026-06-17T00:56:25.7776559Z    Compiling rustc-hash v2.1.2
2026-06-17T00:56:25.7821363Z    Compiling lru-slab v0.1.2
2026-06-17T00:56:25.8533840Z    Compiling mac-addr v0.3.0
2026-06-17T00:56:25.8534292Z    Compiling foldhash v0.2.0
2026-06-17T00:56:25.9139014Z    Compiling ref-cast v1.0.25
2026-06-17T00:56:25.9329174Z    Compiling tagptr v0.2.0
2026-06-17T00:56:26.0119638Z    Compiling netdev v0.42.0
2026-06-17T00:56:26.0427812Z    Compiling moka v0.12.15
2026-06-17T00:56:26.0646475Z    Compiling hashbrown v0.16.1
2026-06-17T00:56:26.1839253Z    Compiling iroh-metrics v0.38.3
2026-06-17T00:56:26.3943620Z    Compiling xmltree v0.10.3
2026-06-17T00:56:26.4155822Z    Compiling num_enum v0.7.6
2026-06-17T00:56:26.6435859Z    Compiling iroh-relay v0.98.0
2026-06-17T00:56:26.6858439Z    Compiling tower-http v0.6.11
2026-06-17T00:56:26.7737201Z    Compiling spt-msg v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-17T00:56:26.7934080Z    Compiling iroh-base v0.98.0
2026-06-17T00:56:26.8215987Z    Compiling strum v0.28.0
2026-06-17T00:56:26.8226426Z    Compiling attohttpc v0.30.1
2026-06-17T00:56:26.9923017Z    Compiling n0-watcher v0.6.1
2026-06-17T00:56:27.0224413Z    Compiling tokio-stream v0.1.18
2026-06-17T00:56:27.0820856Z    Compiling toml_datetime v0.6.11
2026-06-17T00:56:27.1387511Z    Compiling serde_spanned v0.6.9
2026-06-17T00:56:27.1519728Z    Compiling thiserror-impl v1.0.69
2026-06-17T00:56:27.2239915Z    Compiling ref-cast-impl v1.0.25
2026-06-17T00:56:27.3158712Z    Compiling serde_derive_internals v0.29.1
2026-06-17T00:56:27.4253141Z    Compiling hyper v1.10.1
2026-06-17T00:56:27.5459750Z    Compiling simple-dns v0.9.3
2026-06-17T00:56:27.5526691Z    Compiling serial-core v0.4.0
2026-06-17T00:56:27.5884191Z    Compiling aho-corasick v1.1.4
2026-06-17T00:56:27.7452467Z    Compiling winnow v0.7.15
2026-06-17T00:56:27.7765760Z    Compiling resolv-conf v0.7.6
2026-06-17T00:56:27.7810717Z    Compiling winreg v0.10.1
2026-06-17T00:56:27.8953635Z    Compiling constant_time_eq v0.4.2
2026-06-17T00:56:27.9449651Z    Compiling regex-syntax v0.8.10
2026-06-17T00:56:28.0760903Z    Compiling sha1_smol v1.0.1
2026-06-17T00:56:28.1629513Z    Compiling toml_write v0.1.2
2026-06-17T00:56:28.3239003Z    Compiling arrayref v0.3.9
2026-06-17T00:56:28.3239490Z    Compiling simdutf8 v0.1.5
2026-06-17T00:56:28.4002289Z    Compiling arrayvec v0.7.6
2026-06-17T00:56:28.4300105Z    Compiling smol_str v0.1.24
2026-06-17T00:56:28.5963688Z    Compiling schemars_derive v1.2.1
2026-06-17T00:56:28.7251369Z    Compiling iroh-dns v0.98.0
2026-06-17T00:56:28.7625578Z    Compiling hyper-util v0.1.20
2026-06-17T00:56:29.0434037Z    Compiling serial-windows v0.4.0
2026-06-17T00:56:29.3660716Z    Compiling lru v0.16.4
2026-06-17T00:56:29.3922610Z    Compiling webpki-roots v1.0.7
2026-06-17T00:56:29.5983290Z    Compiling toml_edit v0.22.27
2026-06-17T00:56:29.6520064Z    Compiling seize v0.5.1
2026-06-17T00:56:29.6520547Z    Compiling darling_core v0.23.0
2026-06-17T00:56:29.8726198Z    Compiling regex-automata v0.4.14
2026-06-17T00:56:29.8767205Z    Compiling hmac v0.12.1
2026-06-17T00:56:30.0121912Z    Compiling serde_bytes v0.11.19
2026-06-17T00:56:30.0510548Z    Compiling iroh v0.98.2
2026-06-17T00:56:30.0935673Z    Compiling dyn-clone v1.0.20
2026-06-17T00:56:30.1804723Z    Compiling once_cell_polyfill v1.70.2
2026-06-17T00:56:30.1944258Z    Compiling cmov v0.5.4
2026-06-17T00:56:30.3156405Z    Compiling igd-next v0.17.1
2026-06-17T00:56:30.3186123Z    Compiling bitflags v1.3.2
2026-06-17T00:56:30.3365610Z    Compiling pin-utils v0.1.0
2026-06-17T00:56:30.3534319Z    Compiling anstyle v1.0.14
2026-06-17T00:56:30.8011774Z    Compiling utf8parse v0.2.2
2026-06-17T00:56:30.8012280Z    Compiling lazy_static v1.5.0
2026-06-17T00:56:30.8045969Z    Compiling nix v0.25.1
2026-06-17T00:56:30.9603133Z    Compiling shared_library v0.1.9
2026-06-17T00:56:30.9914065Z    Compiling anstyle-wincon v3.0.11
2026-06-17T00:56:31.0200261Z    Compiling anstyle-parse v1.0.0
2026-06-17T00:56:31.0305017Z    Compiling ctutils v0.4.2
2026-06-17T00:56:31.0484069Z    Compiling schemars v1.2.1
2026-06-17T00:56:31.0797184Z    Compiling hkdf v0.12.4
2026-06-17T00:56:31.2336376Z    Compiling papaya v0.2.4
2026-06-17T00:56:31.2793351Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T00:56:31.3154623Z    Compiling serial v0.4.0
2026-06-17T00:56:31.4117221Z    Compiling filedescriptor v0.8.3
2026-06-17T00:56:31.4397816Z    Compiling toml v0.8.23
2026-06-17T00:56:31.4562045Z    Compiling backon v1.6.0
2026-06-17T00:56:31.7102867Z    Compiling anstyle-query v1.1.5
2026-06-17T00:56:31.7300044Z    Compiling shell-words v1.1.1
2026-06-17T00:56:31.7509513Z    Compiling colorchoice v1.0.5
2026-06-17T00:56:31.7705626Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T00:56:31.8891732Z    Compiling regex v1.12.3
2026-06-17T00:56:31.9063244Z    Compiling foldhash v0.1.5
2026-06-17T00:56:31.9063780Z    Compiling paste v1.0.15
2026-06-17T00:56:31.9352626Z    Compiling downcast-rs v1.2.1
2026-06-17T00:56:31.9774746Z    Compiling instability v0.3.12
2026-06-17T00:56:32.0704684Z    Compiling hashbrown v0.15.5
2026-06-17T00:56:32.0984681Z    Compiling portable-pty v0.8.1
2026-06-17T00:56:32.4177171Z    Compiling spt-runtime v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-17T00:56:32.4178010Z    Compiling anstream v1.0.0
2026-06-17T00:56:32.4957769Z    Compiling spake2 v0.4.0
2026-06-17T00:56:32.5398977Z    Compiling strum_macros v0.26.4
2026-06-17T00:56:32.6379146Z    Compiling terminal_size v0.4.4
2026-06-17T00:56:32.7987346Z    Compiling crossterm_winapi v0.9.1
2026-06-17T00:56:32.7992590Z    Compiling itertools v0.13.0
2026-06-17T00:56:32.8708700Z    Compiling sha1 v0.10.6
2026-06-17T00:56:32.9144685Z    Compiling castaway v0.2.4
2026-06-17T00:56:33.0481062Z    Compiling indoc v2.0.7
2026-06-17T00:56:33.1347560Z    Compiling clap_lex v1.1.0
2026-06-17T00:56:33.1417841Z    Compiling darling_macro v0.23.0
2026-06-17T00:56:33.2412407Z    Compiling doctest-file v1.1.1
2026-06-17T00:56:33.4656500Z    Compiling recvmsg v1.0.0
2026-06-17T00:56:33.5221940Z    Compiling unicode-width v0.1.14
2026-06-17T00:56:33.5224584Z    Compiling static_assertions v1.1.0
2026-06-17T00:56:33.5874033Z    Compiling wmi v0.18.4
2026-06-17T00:56:33.6315502Z    Compiling darling v0.23.0
2026-06-17T00:56:33.7804546Z    Compiling interprocess v2.4.2
2026-06-17T00:56:33.8267628Z    Compiling compact_str v0.8.2
2026-06-17T00:56:33.8308020Z    Compiling clap_builder v4.6.0
2026-06-17T00:56:33.8656271Z    Compiling crossterm v0.28.1
2026-06-17T00:56:34.6730777Z    Compiling spt-live v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-17T00:56:34.7056292Z    Compiling unicode-truncate v1.1.0
2026-06-17T00:56:34.7302979Z    Compiling strum v0.26.3
2026-06-17T00:56:34.8819403Z    Compiling lru v0.12.5
2026-06-17T00:56:34.9236510Z    Compiling spt-term v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-17T00:56:35.1102728Z    Compiling clap_derive v4.6.1
2026-06-17T00:56:35.2561520Z    Compiling portmapper v0.16.0
2026-06-17T00:56:35.3855087Z    Compiling unicode-width v0.2.0
2026-06-17T00:56:35.3998095Z    Compiling cassowary v0.3.0
2026-06-17T00:56:35.6530517Z    Compiling ratatui v0.29.0
2026-06-17T00:56:35.6843102Z    Compiling nucleo-matcher v0.3.1
2026-06-17T00:56:35.7531476Z    Compiling qrcode v0.14.1
2026-06-17T00:56:36.0016867Z    Compiling tempfile v3.27.0
2026-06-17T00:56:37.2432580Z    Compiling clap v4.6.1
2026-06-17T00:56:50.1070514Z    Compiling rustls-webpki v0.103.13
2026-06-17T00:56:52.4269721Z    Compiling tokio-rustls v0.26.4
2026-06-17T00:56:52.4270040Z    Compiling noq-proto v0.17.0
2026-06-17T00:56:52.4270300Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T00:56:52.5771958Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T00:56:52.5772582Z    Compiling hyper-rustls v0.27.9
2026-06-17T00:56:52.5772936Z    Compiling tokio-websockets v0.13.2
2026-06-17T00:56:52.7311388Z    Compiling reqwest v0.13.4
2026-06-17T00:56:53.6591334Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T00:57:10.1591515Z    Compiling spt-net v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-17T00:57:11.5630499Z    Compiling spt-daemon v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-17T00:57:19.8951648Z    Compiling spt v0.8.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-17T00:57:26.4643798Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-17T00:57:26.4857653Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-5db65eb03b49c51b.exe)
2026-06-17T00:57:26.5330866Z 
2026-06-17T00:57:26.5331171Z running 1 test
2026-06-17T00:57:33.6791173Z test new_brain_serves_against_old_broker ... ok
2026-06-17T00:57:33.6791435Z 
2026-06-17T00:57:33.6791617Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s
2026-06-17T00:57:33.6791912Z 
